home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / convrtrs / okf220 / okscr.doc < prev    next >
Text File  |  1988-04-15  |  5KB  |  106 lines

  1.                              OKSCR.COM
  2.                             Version 0.00
  3.                Copyright April 15, 1988 by Keith P. Graham
  4.                  Contact: PC Rockland BBS (914) 353-2157
  5.  
  6.     OKSCRN.COM is an experiment. It is a program which should be able
  7. to do screen captures of Text or Graphics screens. I have tested
  8. it on my CGA screen and it seems to work. I would like verification
  9. that it works on a variety of other screen types.
  10.  
  11.     INSTALLATION: OKSCR.COM is installed by entering OKSCR followed
  12. by any valid DOS command. OKSCR is not technically a memory resident
  13. program. It loads itself temporarily while another program is
  14. executing and then unloads itself when the program is done. Although
  15. OKSCR is a very small file (even smaller after I ICE'd it) it grabs
  16. a healthy chunk of memory (about 74k) so it can process any graphics
  17. screen.
  18.     Typically you would enter a command such as:
  19.          OKSCR BRUSH
  20.     which would load in PC PAINTBRUSH or:
  21.          OKSCR GIFVIEW MARILYN.GIF
  22.     which would load in a GIF Viewer and a picture of Marilyn Monroe.
  23. (please note that you have to have PC Paintbrush, Gifview and Marilyn
  24. before you can load them, The point is that OKSCR loads another program,
  25. any program, and cannot operate alone.)
  26.  
  27.     Once you have loaded OKSCR and a program you may, at any time
  28. trigger the screen capture by pressing the Alt and Left shift keys and
  29. holding them down while you tap the O key (letter O - not zero).
  30. OKSCR will attempt to identify the graphics mode that you are in and
  31. grab a screen accordingly. If you are in text mode the program will
  32. grab a text screen and save it.
  33.  
  34.     SPECIAL INSTRUCTIONS FOR HERCULES GRAPHICS MODE: Hercules is the
  35. single non-standard mode that does not use BIOS calls to set the
  36. screen. It is difficult to be sure that a program is using
  37. Hercules mode and impossible to tell which of two screens is active.
  38. By pressing Alt Left-Shift H you can grab the Hercules Graphics
  39. screen 0 as a PCX file. If you are not in Hercules graphics mode,
  40. you still get a PCX file, but it is not usable.
  41.  
  42. SUPPORTED VIDEO MODES:
  43.      Text:
  44.             modes 2,3 and 7
  45.      Graphics:
  46.             modes 4,5 and 6  - CGA
  47.             modes D and E    - EGA
  48.             modes 10 and 11  - VGA
  49.             modes 25 and 50  - 640*480 Paradise and Tseng Labs
  50.             mode  40         - AT&T 640*400
  51.             mode  43         - Hecules Screen 0
  52.  
  53.      I will be adding to the list and including color.
  54.  
  55.    TEXT FILES: If you are in a valid text mode, OKSCR will produce
  56. a file named ########.CAP on the current disk and directory. The
  57. CAP files are timestamped by using the current time as the name of
  58. the file. This allows many screen captures in a session. The file
  59. is an ordinary ascii text file. All screen attributes are stripped and
  60. a carriage return and line feed is added every 80 characters and an
  61. end of file marker is added. You can use these files directly in most
  62. word processors.
  63.  
  64.    GRAPHICS FILES: The graphics files produced are in PC Paintbrush
  65. format and are readable by OPTIKS and some other conversion programs
  66. for inclusion as a graphics file. They are readable by Ventura.
  67. The file produced is a black and white file (color will follow in
  68. a few weeks). The extension of the files produced is PCX and the
  69. name is a time stamp in order to uniquely produce many files.
  70.  
  71.     TIPS: You may make OKSCR.COM "resident" by entering:
  72.            OKSCR COMMAND
  73.     Enter EXIT at any DOS prompt in order to "uninstall" OKSCR.
  74.  
  75.     You may convert the .CAP files to .PCX files with OPTIKS by
  76. loading the files as TEXT and saving them as PC Paintbrush files.
  77. This way you can accurately present text screens in Ventura as
  78. a graphics file, including all of the box drawing characters.
  79. If you decide to try this, do not let Ventura do the scaling to fit,
  80. always use an even amount scale factor such as 2 by 2 to prevent
  81. strange distortions and loss of detail.
  82.  
  83. VIRTUAL LAST WORD. I am still messing with this program and don't even
  84. have a version number. If something strange happens, you machine
  85. might lock up (I haven't gotten it to lock up on me lately, but
  86. my users are much more inventive than I am.) Until you are sure
  87. that OKSCR works correctly, don't do anything non-recoverable.
  88.  
  89. REAL LAST WORD. Please don't send money. For the time being, OKSCR
  90. is free. I remain the copyright owner and I will not allow it to
  91. be distributed with commercial products or sold except for disk
  92. copying service who charge a nominal fee. I hope to be updating and
  93. improving OKSCR and at some point will charge for it. Please do not
  94. call me. I am never home an I cannot return phone calls on a free
  95. product. I can be reached at PC Rockland BBS. I do not mail diskettes
  96. except for the complete OPTIKS commercial package. Do not mail me
  97. diskettes with return postage with requests for mailings.
  98. I am very moved that people want to support shareware, but I have
  99. found that running the business is a full time job and I already
  100. work all day and teach at a local college evenings. I program
  101. shareware because I like to, not because I expect to make any
  102. money. When the money aspects start getting in the way of programming
  103. I have to put my foot down. I thank you for your support. Please
  104. use OKSHR and enjoy it. I hope it helps you.
  105.  
  106.